PCA Index Dashboard Examples

PCA Index Dashboard Examples#

This script was last run at 2024-03-25 10:16:58.275701+00:00 (UTC)
In US/Central Time, this is 2024-03-25 05:16:58.275701-05:00
# Change one of the plots on this page to anything else
x = np.linspace(0, 8 * np.pi, 1000)
y = np.sin(x)

plt.figure(figsize=(10, 6))
plt.plot(x, y)
plt.title('Change one of the plots on this page to anything else:  Sine Wave')
plt.xlabel('X')
plt.ylabel('sin(X)')
plt.show()
# filepath = Path(OUTPUT_DIR) / 'sine_graph.png'
# plt.savefig(filepath)
../../_images/9c1f5cb89eca9d60eafe621a0e78323eee23e4d2e4049d1f38613ccc470ac4f5.png
../../_images/ff621c724643c18150e604ada6980697de32ffb23a4349501774b8ae84272c37.png
../../_images/df3ced9b76a80e985576eb63e86f69e5331c874f0583a8e0af15341d0fdfb5e0.png